home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIF2IRIS.DOC < prev    next >
Text File  |  1991-05-13  |  678b  |  31 lines

  1.             Gif2Iris
  2.             --------
  3.  
  4. Program to display images saved as GIF files under SGI NeWs window system.
  5.  
  6.  
  7. Usage:
  8. ------
  9.  
  10. Gif2Iris [-q] [-f] [-p PosX PosY] [-f] [-h] GifFile
  11.  
  12. If no GifFile is given, Gif2Iris will try to read stdin for GIF file.
  13.  
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Screen.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  25.    of running scan lines. Use -q- to turn off.
  26. 4. [-f] : Force Gif2Iris to stay in foreground.
  27. 2. [-p PosX PosY] : defines position of image on screen. By default the
  28.    program will prompt for position.
  29. 5. [-h] : print one command line help, similar to Usage above.
  30.  
  31.